type google.golang.org/grpc/internal/channelz.channelTrace
11 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L215: trace: &channelTrace{createdTime: time.Now(), events: make([]*TraceEvent, 0, getMaxTraceEntry())},
funcs.go#L243: trace: &channelTrace{createdTime: time.Now(), events: make([]*TraceEvent, 0, getMaxTraceEntry())},
types.go#L204: trace *channelTrace
types.go#L291: func (c *channel) getChannelTrace() *channelTrace {
types.go#L320: trace *channelTrace
types.go#L399: func (sc *subChannel) getChannelTrace() *channelTrace {
types.go#L623: getChannelTrace() *channelTrace
types.go#L629: type channelTrace struct {
types.go#L637: func (c *channelTrace) append(e *TraceEvent) {
types.go#L658: func (c *channelTrace) clear() {
types.go#L716: func (c *channelTrace) dumpData() *ChannelTrace {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)